use consistent unit suffixes. (#1353)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Sat, 19 Oct 2024 19:55:51 +0000 (13:55 -0600)
committerGitHub <noreply@github.com>
Sat, 19 Oct 2024 19:55:51 +0000 (13:55 -0600)
commit871c32f0f8f3f89f102f66bed7514e31a090d2ec
treee2f6fea5514abe74a8ede7cf4722c8f42699c8af
parent8466bfbd24e62408301c3d4139dbadf2dfc6eaed
use consistent unit suffixes. (#1353)

* use consistent unit suffixes.

This is a user visible change. The suffixes for the distance
option of the arcdist, interpolate, radius and position filters
and the add option of the height filter are different.

* drop unused includes

* whitespace

* terminate fatal messages.

* change simplify to process distances in meters.

This simplifies option value parsing.
There is no user visible difference.

* define MYNAME in cc not h.
19 files changed:
arcdist.cc
gui/filterdata.cc
height.cc
height.h
interpolate.cc
interpolate.h
position.cc
radius.cc
reference/filter1.txt
reference/help.txt
smplrout.cc
testo.d/interpolate.test
testo.d/position.test
xmldoc/filters/options/arc-distance.xml
xmldoc/filters/options/height-add.xml
xmldoc/filters/options/interpolate-distance.xml
xmldoc/filters/options/interpolate-time.xml
xmldoc/filters/options/position-distance.xml
xmldoc/filters/options/radius-distance.xml